From b8ae241fc9022a1584a7c154612ce0350ae8ce73 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 23 Dec 2009 07:26:31 +0000 Subject: [PATCH] Remove videoram option from vfb config. This option is only valid in main config. Signed-off-by: Daniel Kiper --- tools/python/xen/xend/server/vfbif.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/python/xen/xend/server/vfbif.py b/tools/python/xen/xend/server/vfbif.py index d1e99efb1b..80e81b1eea 100644 --- a/tools/python/xen/xend/server/vfbif.py +++ b/tools/python/xen/xend/server/vfbif.py @@ -6,8 +6,8 @@ import xen.xend import os CONFIG_ENTRIES = ['type', 'vncdisplay', 'vnclisten', 'vncpasswd', 'vncunused', - 'videoram', 'display', 'xauthority', 'keymap', 'vnc', 'sdl', - 'uuid', 'location', 'protocol', 'opengl'] + 'display', 'xauthority', 'keymap', 'vnc', 'sdl', 'uuid', + 'location', 'protocol', 'opengl'] class VfbifController(DevController): """Virtual frame buffer controller. Handles all vfb devices for a domain. -- 2.30.2